Creates a new instance of the
Blob Class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal bytes() As Byte _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim bytes() As Byte
Dim instance As Blob(bytes)
|
| C# | |
|---|
public Blob(
byte[] bytes
) |
| Managed Extensions for C++ | |
|---|
public: Blob(
byte[]* bytes
) |
| C++/CLI | |
|---|
public:
Blob(
array<byte>^ bytes
) |
Parameters
- bytes
-
Bytes (representing the BLOb) managed by the Blob
class.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also